Auto merge of #1368 - cyndis:lto-dyn, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 2 Mar 2015 22:15:51 +0000 (22:15 +0000)
committerbors <bors@rust-lang.org>
Mon, 2 Mar 2015 22:15:51 +0000 (22:15 +0000)
commit98e48728c9aeb98952a789c154076b6697cbfc86
tree21d60be35c8aeef9cf8bb69f497fe5185d786c51
parentefa4bd0897c4adb46169f2b2359613d394e55759
parenta79c7ead42bab997f90dcefc33dd4df0c6677c0f
Auto merge of #1368 - cyndis:lto-dyn, r=alexcrichton

When building host code, -C prefer-dynamic is passed, but that option
is mutually exclusive with -C lto. Thus when LTO is specified, rustc
errors out.